OpenWrt LuCI Development
Introduction
1.
First Chapter
2.
Second Chapter
Powered by
GitBook
OpenWrt LuCI Development
lua 基本使用
lua是case-sensitive就是有分大小寫的。變數x和變數X是不同的。 在Lua中的註解 --是單行,像C中的//, 而--[[ --]]就像C的/
/屬於多行註解。